[INFO] fetching crate ialloc 0.0.0-2025-05-02...
[INFO] testing ialloc-0.0.0-2025-05-02 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ialloc 0.0.0-2025-05-02 into /workspace/builds/worker-5-tc2/source
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate ialloc 0.0.0-2025-05-02
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ialloc 0.0.0-2025-05-02
[INFO] tweaked toml for crates.io crate ialloc 0.0.0-2025-05-02 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ialloc 0.0.0-2025-05-02 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ialloc 0.0.0-2025-05-02 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7eb74017b5ad90023b791c632fbc039f601fc34226d7c8cc10b5fe1dc36c2c49
[INFO] running `Command { std: "docker" "start" "-a" "7eb74017b5ad90023b791c632fbc039f601fc34226d7c8cc10b5fe1dc36c2c49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7eb74017b5ad90023b791c632fbc039f601fc34226d7c8cc10b5fe1dc36c2c49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eb74017b5ad90023b791c632fbc039f601fc34226d7c8cc10b5fe1dc36c2c49", kill_on_drop: false }`
[INFO] [stdout] 7eb74017b5ad90023b791c632fbc039f601fc34226d7c8cc10b5fe1dc36c2c49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3be94ede7024294f6c7451fac98d7288dde8fc6a2191183b01289ee03dfec5fa
[INFO] running `Command { std: "docker" "start" "-a" "3be94ede7024294f6c7451fac98d7288dde8fc6a2191183b01289ee03dfec5fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling bytemuck v1.14.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling ialloc v0.0.0-2025-05-02 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Pretty` is never constructed
[INFO] [stdout]   --> src/util/bytes.rs:19:35
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Clone, Copy)] pub struct Pretty<T: Copy + Display + From<u16> + Ord + ShrAssign>(pub T);
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
[INFO] running `Command { std: "docker" "inspect" "3be94ede7024294f6c7451fac98d7288dde8fc6a2191183b01289ee03dfec5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3be94ede7024294f6c7451fac98d7288dde8fc6a2191183b01289ee03dfec5fa", kill_on_drop: false }`
[INFO] [stdout] 3be94ede7024294f6c7451fac98d7288dde8fc6a2191183b01289ee03dfec5fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19e3af265cf529fbdffcef3161fa50fa84e2eecaaad62ed34885925c269c8d50
[INFO] running `Command { std: "docker" "start" "-a" "19e3af265cf529fbdffcef3161fa50fa84e2eecaaad62ed34885925c269c8d50", kill_on_drop: false }`
[INFO] [stderr]    Compiling ialloc v0.0.0-2025-05-02 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Pretty` is never constructed
[INFO] [stdout]   --> src/util/bytes.rs:19:35
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Clone, Copy)] pub struct Pretty<T: Copy + Display + From<u16> + Ord + ShrAssign>(pub T);
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.21s
[INFO] running `Command { std: "docker" "inspect" "19e3af265cf529fbdffcef3161fa50fa84e2eecaaad62ed34885925c269c8d50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19e3af265cf529fbdffcef3161fa50fa84e2eecaaad62ed34885925c269c8d50", kill_on_drop: false }`
[INFO] [stdout] 19e3af265cf529fbdffcef3161fa50fa84e2eecaaad62ed34885925c269c8d50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4758b87b53424294dcb832c83f8e4d0599477b228f6a12462ee267c3c8fe7a59
[INFO] running `Command { std: "docker" "start" "-a" "4758b87b53424294dcb832c83f8e4d0599477b228f6a12462ee267c3c8fe7a59", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Pretty` is never constructed
[INFO] [stderr]   --> src/util/bytes.rs:19:35
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[derive(Clone, Copy)] pub struct Pretty<T: Copy + Display + From<u16> + Ord + ShrAssign>(pub T);
[INFO] [stderr]    |                                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ialloc` (lib) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/_ialloc.rs (/opt/rustwide/target/debug/deps/ialloc-39bac92bde16de9f)
[INFO] [stdout] 
[INFO] [stdout] running 146 tests
[INFO] [stdout] test align::constants::alignment_debug ... ok
[INFO] [stdout] test allocator::alloc::global::fat_alignment ... ok
[INFO] [stdout] test allocator::adapt::panic_over_align::allocator_api ... ok
[INFO] [stdout] test allocator::adapt::panic_over_align::allocator_api_overalign - should panic ... ok
[INFO] [stdout] test allocator::alloc::global::fat_uninit ... ok
[INFO] [stdout] test allocator::alloc::global::fat_zst_support ... ok
[INFO] [stdout] test allocator::alloc::global::fat_zeroed ... ok
[INFO] [stdout] test allocator::alloc::global::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_alignment ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_uninit ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_zeroed ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_nullable ... ok
[INFO] [stdout] test allocator::alloc::global::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_size ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::alloc::global::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_zst_support ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_nullable ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_size ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::fat_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::fat_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::thin_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::thin_nullable ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::thin_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::thin_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::fat_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::thin_size ... ok
[INFO] [stdout] test allocator::c::malloc::thin_uninit ... ok
[INFO] [stdout] test allocator::c::malloc::thin_uninit_realloc ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_alignment ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_alignment ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_zst_support ... ok
[INFO] [stdout] test allocator::c::malloc::thin_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_nullable ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_alignment ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::c::malloc::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_alignment ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_nullable ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::c::aligned_malloc::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_zst_support ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_zeroed ... ok
[INFO] [stdout] test allocator::c::malloc::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_dangle_zst::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_aligned::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_uninit ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_alignment ... ok
[INFO] [stdout] test allocator::c::malloc::adapt_alloc_zst::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_zeroed ... ok
[INFO] [stdout] test allocator::cpp::new_delete_array_aligned::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::debug::null::thin_nullable ... ok
[INFO] [stdout] test allocator::debug::null::thin_zeroed ... ok
[INFO] [stdout] test allocator::debug::null::thin_uninit ... ok
[INFO] [stdout] test allocator::debug::null::thin_zeroed_realloc ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_alignment ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_uninit ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_zeroed ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::fat_zst_support ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_alignment ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_edge_case_sizes ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_nullable ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_uninit ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_uninit_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_zeroed ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_zeroed_realloc ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::thin_zst_support ... ok
[INFO] [stdout] test vec::avec_retain::retain ... ok
[INFO] [stdout] test vec::avec_retain::retain_drop ... ok
[INFO] [stdout] test allocator::simple::bump::fat_zst_support ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_zst_support ... ok
[INFO] [stdout] test allocator::debug::null::thin_size ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::thin_zst_support ... ok
[INFO] [stdout] test allocator::debug::null::thin_alignment ... ok
[INFO] [stdout] test allocator::debug::null::thin_uninit_realloc ... ok
[INFO] [stdout] test allocator::simple::bump::fat_edge_case_sizes ... ok
[INFO] [stdout] test allocator::simple::bump::fat_alignment ... ok
[INFO] [stdout] test allocator::simple::bump::fat_zeroed ... ok
[INFO] [stdout] test allocator::simple::bump::fat_uninit ... ok
[INFO] [stdout] test allocator::simple::fixed_pool::test_quick ... ok
[INFO] [stdout] test allocator::simple::bump::fat_uninit_realloc ... ok
[INFO] [stdout] test allocator::simple::bump::fat_zeroed_realloc ... ok
[INFO] [stdout] test allocator::simple::bump::test_quick ... ok
[INFO] [stdout] test allocator::cpp::std_allocator::fat_edge_case_sizes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 146 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ialloc
[INFO] [stdout] 
[INFO] [stdout] running 114 tests
[INFO] [stdout] test src/_ialloc.rs - _assumptions (line 107) ... ignored
[INFO] [stdout] test src/_ialloc.rs - _assumptions (line 120) ... ignored
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_in (line 324) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new (line 464) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_in (line 330) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit (line 495) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new (line 458) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_in (line 312) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit (line 483) ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::into_raw_with_allocator (line 107) ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::into_inner_with_allocator (line 190) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit (line 501) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::from_raw_in (line 70) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_in (line 367) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new (line 446) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit (line 489) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_in (line 361) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new (line 452) ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::into_inner (line 178) ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::into_raw (line 129) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice (line 550) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_in (line 349) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_in (line 318) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice (line 556) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice_in (line 416) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::leak (line 149) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice_in (line 422) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_in (line 355) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice (line 543) ... ok
[INFO] [stdout] test src/boxed/abox.rs - boxed::abox::ABox<T,A>::from_raw (line 92) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice_in (line 402) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_in (line 50) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new (line 190) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new (line 196) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_in (line 56) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice_in (line 387) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new (line 178) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_in (line 38) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice (line 521) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_in (line 44) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new (line 184) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_in (line 87) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit (line 227) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice_in (line 409) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice (line 253) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice (line 275) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::new_uninit_slice (line 536) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice (line 282) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice_in (line 145) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice (line 288) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit (line 221) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed (line 339) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit (line 215) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_in (line 93) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit (line 233) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_in (line 81) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_in (line 75) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed (line 333) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice_in (line 151) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice_in (line 131) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed (line 321) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice (line 268) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice_in (line 138) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice (line 395) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice (line 389) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_in (line 139) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed (line 327) ... ok
[INFO] [stdout] test src/boxed/abox_alloc.rs - boxed::abox_alloc::ABox<T,A>::try_new_uninit_slice_in (line 116) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice_in (line 195) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice_in (line 201) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_in (line 127) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed (line 238) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice_in (line 166) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_in (line 133) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice_in (line 181) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_in (line 42) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed (line 244) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed (line 232) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_in (line 36) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice (line 360) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_in (line 145) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice (line 375) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice_in (line 188) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::new_bytemuck_zeroed_slice (line 382) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice_in (line 96) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice (line 294) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed (line 226) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice (line 287) ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::clone_in (line 122) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice_in (line 102) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice (line 300) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice (line 280) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice (line 265) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_in (line 24) ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::try_clone_in (line 88) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_in (line 30) ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::clone_in (line 115) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice_in (line 89) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice_in (line 82) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::default_in (line 110) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::try_clone_in (line 81) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::try_default (line 53) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::clone_from (line 37) ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::try_clone_in (line 74) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::try_default_in (line 79) - compile fail ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::try_clone (line 55) ... ok
[INFO] [stdout] test src/boxed/abox_clone.rs - boxed::abox_clone::ABox<T,A>::clone_in (line 108) ... ok
[INFO] [stdout] test src/traits/thin.rs - traits::thin::SizeOfDebug (line 210) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::default_in (line 104) ... ok
[INFO] [stdout] test src/traits/meta.rs - traits::meta::Stateless (line 111) ... ok
[INFO] [stdout] test src/boxed/abox_bytemuck.rs - boxed::abox_bytemuck::ABox<T,A>::try_new_bytemuck_zeroed_slice_in (line 67) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::try_default (line 46) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::default_in (line 98) ... ok
[INFO] [stdout] test src/boxed/abox_default.rs - boxed::abox_default::ABox<T,A>::try_default_in (line 72) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 112 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 4.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4758b87b53424294dcb832c83f8e4d0599477b228f6a12462ee267c3c8fe7a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4758b87b53424294dcb832c83f8e4d0599477b228f6a12462ee267c3c8fe7a59", kill_on_drop: false }`
[INFO] [stdout] 4758b87b53424294dcb832c83f8e4d0599477b228f6a12462ee267c3c8fe7a59
